home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / albgene4.dir / 00037_Script_37 < prev    next >
Text File  |  1983-01-30  |  514b  |  15 lines

  1. on suono canale,fileaudio 
  2.   global qualelingua,qualefile
  3.   if the machinetype < 255 then
  4.     set diviso to ":"
  5.     set chedir to chars (the moviename,1 ,length (the moviename)-4)
  6.     set qualefile to ("invenzioni:invenzio:extraurb:"&chedir&":"&fileaudio&qualelingua&".aif")
  7.   else
  8.     set diviso to "\"
  9.     set chedir to chars (the moviename,1 ,length (the moviename)-4)
  10.     set qualefile to ("."&diviso&chedir&diviso&fileaudio&qualelingua&".aif")
  11.   end if
  12.   
  13.   sound playfile canale, qualefile
  14. end
  15.